items = $items; } public function __toString() : string { return '[' . implode(', ', $this->items) . ']'; } }